type golang.org/x/net/http2.closeWaiter
5 uses
golang.org/x/net/http2 (current package)
http2.go#L220: type closeWaiter chan struct{}
http2.go#L226: func (cw *closeWaiter) Init() {
http2.go#L231: func (cw closeWaiter) Close() {
http2.go#L236: func (cw closeWaiter) Wait() {
server.go#L639: cw closeWaiter // closed wait stream transitions to closed state
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)